Add Method

Wintellect PowerCollections

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

Overload List

NameDescription
Public methodAdd(KeyValuePair<(Of <TKey, TValue>)>)
Adds a key-value pair to the collection. This implementation calls the Add method with the Key and Value from the item.
(Inherited from DictionaryBase<(Of <TKey, TValue>)>.)
Public methodAdd(TKey, TValue)
Adds a new key-value pair to the dictionary.
(Inherited from DictionaryBase<(Of <TKey, TValue>)>.)

See Also